OpenText Cordys 10.6 documentation : Configuring a Service Group for WS-Security (Deprecated)

Configuring a Service Group for WS-Security (Deprecated)

This topic describes the procedure to configure a service group to send or receive secured SOAP messages according to the WS-Security standard.

A service group can be configured to send or receive secured SOAP messages according to the WS-Security standard. To enable this, the service group configuration must be modified. Incoming and outgoing WS-Security SOAP requests can be configured independently.

  1. On CUSP > My Applications, click (LDAP Explorer). The LDAP Explorer window appears.
  2. Navigate to Cordys > <organization> and click the service group that is WS-Security enabled. The Properties - <service group name> window appears.
  3. Click in the bussoapnodeconfiguration row. The String (xml) - Edit XML for string window appears.
  4. To enable WS-Security on incoming SOAP requests, enter the following inside the <configuration> tag. If there is already a <wss> tag, add the <in> tag alone to it.
    <wss>
        <in>true</in>
    </wss>
    
  5. To enable WS-Security signing on outgoing SOAP requests, enter the following inside the <configuration> tag. If there is already a <wss> tag present, just add the <out> tag to it.
    <wss>
        <out>true</out>
    </wss>
    
  6. Click to save your changes.
  7. Click to close the Properties - <service group name> window.
  8. Click to close the LDAP Explorer window.
  9. Restart the service. To do this:
    1. On CUSP > My Applications, click (System Resource Manager). The System Resource Manager window appears.
    2. Right-click <service> and click Restart.
      WS-Security on SOAP requests is enabled for the service group.